All Questions
1 question
3votes
1answer
1kviews
Reading file from flash with Xamarin.Forms on Android using ActionOpenDocument intent with StartActivityForResult
I have a Xamarin.Forms application which utilizes dependency services to access Android specific features, in this case file access on the storage. The file we are accessing is a serialized .xml file ...